string: noun, a person on a ~ 아무를 마음대로 조종하다 vt, 을 달다, ...의 현을 조르다, (기분을)긴장시키다(up), 흥분시키다, (콩 따위의)섬유를 떼다, 일렬로 늘어세우다(out), 속이다 vi, 실이되다, 줄지어 나아가다, ~out 늘이다, 펼치다, ~up 목졸라 죽이다,
Simple data types include character strings, numbers, Boolean or 'truth' values. 단순한 데이타 형은 문자열, 숫자, 불리언 혹은 '진리'값을 포함한다.
The asterisk substitutes any character string, and the question mark substitutes any symbol. 별표는 모든 문자열을 대체하고 물음표는 모든 기호를 대체합니다.
The window will have the name "name" passed as a character string. 이 창의 이름은 문자열"name"으로 전달된다.
A character string is stored in an array of character type, one ASCII character per location. 문자열은 문자형, 위치 당 1개의 ASCII 문자의 배열에서 저장된다.
This may be a range specified by two iterators, a null-terminated character string or a std::string . 2개의 순환자로 정의되는 범위가 될 수도 있고, 널문자로 끝나는 문자열이나 std::string 이 될 수 있다..